@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRemainingFreeTrialDaysRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetRemainingFreeTrialDaysRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetRemainingFreeTrialDaysRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAccountIds()
A list of account identifiers of the GuardDuty member account.
|
String |
getDetectorId()
The unique ID of the detector of the GuardDuty member account.
|
int |
hashCode() |
void |
setAccountIds(Collection<String> accountIds)
A list of account identifiers of the GuardDuty member account.
|
void |
setDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty member account.
|
String |
toString()
Returns a string representation of this object.
|
GetRemainingFreeTrialDaysRequest |
withAccountIds(Collection<String> accountIds)
A list of account identifiers of the GuardDuty member account.
|
GetRemainingFreeTrialDaysRequest |
withAccountIds(String... accountIds)
A list of account identifiers of the GuardDuty member account.
|
GetRemainingFreeTrialDaysRequest |
withDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty member account.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty member account.
detectorId - The unique ID of the detector of the GuardDuty member account.public String getDetectorId()
The unique ID of the detector of the GuardDuty member account.
public GetRemainingFreeTrialDaysRequest withDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty member account.
detectorId - The unique ID of the detector of the GuardDuty member account.public List<String> getAccountIds()
A list of account identifiers of the GuardDuty member account.
public void setAccountIds(Collection<String> accountIds)
A list of account identifiers of the GuardDuty member account.
accountIds - A list of account identifiers of the GuardDuty member account.public GetRemainingFreeTrialDaysRequest withAccountIds(String... accountIds)
A list of account identifiers of the GuardDuty member account.
NOTE: This method appends the values to the existing list (if any). Use
setAccountIds(java.util.Collection) or withAccountIds(java.util.Collection) if you want to
override the existing values.
accountIds - A list of account identifiers of the GuardDuty member account.public GetRemainingFreeTrialDaysRequest withAccountIds(Collection<String> accountIds)
A list of account identifiers of the GuardDuty member account.
accountIds - A list of account identifiers of the GuardDuty member account.public String toString()
toString in class ObjectObject.toString()public GetRemainingFreeTrialDaysRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()