@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; useful for testing and debugging.
|
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 setActivate(Boolean activate)
activate
- The updated boolean value that specifies whether the IPSet is active or not.public Boolean getActivate()
public UpdateIPSetRequest withActivate(Boolean activate)
activate
- The updated boolean value that specifies whether the IPSet is active or not.public Boolean isActivate()
public void setDetectorId(String detectorId)
detectorId
- The detectorID that specifies the GuardDuty service whose IPSet you want to update.public String getDetectorId()
public UpdateIPSetRequest withDetectorId(String detectorId)
detectorId
- The detectorID that specifies the GuardDuty service whose IPSet you want to update.public void setIpSetId(String ipSetId)
ipSetId
- The unique ID that specifies the IPSet that you want to update.public String getIpSetId()
public UpdateIPSetRequest withIpSetId(String ipSetId)
ipSetId
- The unique ID that specifies the IPSet that you want to update.public void setLocation(String location)
location
- The updated URI of the file that contains the IPSet. For example
(https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key).public String getLocation()
public UpdateIPSetRequest withLocation(String location)
location
- The updated URI of the file that contains the IPSet. For example
(https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key).public void setName(String name)
name
- The unique ID that specifies the IPSet that you want to update.public String getName()
public UpdateIPSetRequest withName(String name)
name
- The unique ID that specifies the IPSet that you want to update.public String toString()
toString
in class Object
Object.toString()
public UpdateIPSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.