@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateIPSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateIPSetRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateIPSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getActivate()
The updated Boolean value that specifies whether the IPSet is active or not.
|
String |
getDetectorId()
The detectorID that specifies the GuardDuty service whose IPSet you want to update.
|
String |
getIpSetId()
The unique ID that specifies the IPSet that you want to update.
|
String |
getLocation()
The updated URI of the file that contains the IPSet.
|
String |
getName()
The unique ID that specifies the IPSet that you want to update.
|
int |
hashCode() |
Boolean |
isActivate()
The updated Boolean value that specifies whether the IPSet is active or not.
|
void |
setActivate(Boolean activate)
The updated Boolean value that specifies whether the IPSet is active or not.
|
void |
setDetectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose IPSet you want to update.
|
void |
setIpSetId(String ipSetId)
The unique ID that specifies the IPSet that you want to update.
|
void |
setLocation(String location)
The updated URI of the file that contains the IPSet.
|
void |
setName(String name)
The unique ID that specifies the IPSet that you want to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateIPSetRequest |
withActivate(Boolean activate)
The updated Boolean value that specifies whether the IPSet is active or not.
|
UpdateIPSetRequest |
withDetectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose IPSet you want to update.
|
UpdateIPSetRequest |
withIpSetId(String ipSetId)
The unique ID that specifies the IPSet that you want to update.
|
UpdateIPSetRequest |
withLocation(String location)
The updated URI of the file that contains the IPSet.
|
UpdateIPSetRequest |
withName(String name)
The unique ID that specifies the IPSet that you want to update.
|
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, withSdkRequestTimeout
public void setDetectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose IPSet you want to update.
detectorId
- The detectorID that specifies the GuardDuty service whose IPSet you want to update.public String getDetectorId()
The detectorID that specifies the GuardDuty service whose IPSet you want to update.
public UpdateIPSetRequest withDetectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose IPSet you want to update.
detectorId
- The detectorID that specifies the GuardDuty service whose IPSet you want to update.public void setIpSetId(String ipSetId)
The unique ID that specifies the IPSet that you want to update.
ipSetId
- The unique ID that specifies the IPSet that you want to update.public String getIpSetId()
The unique ID that specifies the IPSet that you want to update.
public UpdateIPSetRequest withIpSetId(String ipSetId)
The unique ID that specifies the IPSet that you want to update.
ipSetId
- The unique ID that specifies the IPSet that you want to update.public void setName(String name)
The unique ID that specifies the IPSet that you want to update.
name
- The unique ID that specifies the IPSet that you want to update.public String getName()
The unique ID that specifies the IPSet that you want to update.
public UpdateIPSetRequest withName(String name)
The unique ID that specifies the IPSet that you want to update.
name
- The unique ID that specifies the IPSet that you want to update.public void setLocation(String location)
The updated URI of the file that contains the IPSet.
location
- The updated URI of the file that contains the IPSet.public String getLocation()
The updated URI of the file that contains the IPSet.
public UpdateIPSetRequest withLocation(String location)
The updated URI of the file that contains the IPSet.
location
- The updated URI of the file that contains the IPSet.public void setActivate(Boolean activate)
The updated Boolean value that specifies whether the IPSet is active or not.
activate
- The updated Boolean value that specifies whether the IPSet is active or not.public Boolean getActivate()
The updated Boolean value that specifies whether the IPSet is active or not.
public UpdateIPSetRequest withActivate(Boolean activate)
The updated Boolean value that specifies whether the IPSet is active or not.
activate
- The updated Boolean value that specifies whether the IPSet is active or not.public Boolean isActivate()
The updated Boolean value that specifies whether the IPSet is active or not.
public String toString()
toString
in class Object
Object.toString()
public UpdateIPSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()