Class RetryableTrait
- java.lang.Object
-
- software.amazon.awssdk.codegen.model.service.RetryableTrait
-
public class RetryableTrait extends Object
-
-
Constructor Summary
Constructors Constructor Description RetryableTrait()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getThrottling()
boolean
isThrottling()
void
setThrottling(boolean throttling)
-
-
-
Method Detail
-
setThrottling
public void setThrottling(boolean throttling)
-
getThrottling
public Boolean getThrottling()
-
isThrottling
public boolean isThrottling()
-
-