@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutDedicatedIpWarmupAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to change the warm-up attributes for a dedicated IP address. This operation is useful when you want to resume the warm-up process for an existing IP address.
NOOP
Constructor and Description |
---|
PutDedicatedIpWarmupAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
PutDedicatedIpWarmupAttributesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getIp()
The dedicated IP address that you want to update the warm-up attributes for.
|
Integer |
getWarmupPercentage()
The warm-up percentage that you want to associate with the dedicated IP address.
|
int |
hashCode() |
void |
setIp(String ip)
The dedicated IP address that you want to update the warm-up attributes for.
|
void |
setWarmupPercentage(Integer warmupPercentage)
The warm-up percentage that you want to associate with the dedicated IP address.
|
String |
toString()
Returns a string representation of this object.
|
PutDedicatedIpWarmupAttributesRequest |
withIp(String ip)
The dedicated IP address that you want to update the warm-up attributes for.
|
PutDedicatedIpWarmupAttributesRequest |
withWarmupPercentage(Integer warmupPercentage)
The warm-up percentage that you want to associate with the dedicated IP address.
|
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 PutDedicatedIpWarmupAttributesRequest()
public void setIp(String ip)
The dedicated IP address that you want to update the warm-up attributes for.
ip
- The dedicated IP address that you want to update the warm-up attributes for.public String getIp()
The dedicated IP address that you want to update the warm-up attributes for.
public PutDedicatedIpWarmupAttributesRequest withIp(String ip)
The dedicated IP address that you want to update the warm-up attributes for.
ip
- The dedicated IP address that you want to update the warm-up attributes for.public void setWarmupPercentage(Integer warmupPercentage)
The warm-up percentage that you want to associate with the dedicated IP address.
warmupPercentage
- The warm-up percentage that you want to associate with the dedicated IP address.public Integer getWarmupPercentage()
The warm-up percentage that you want to associate with the dedicated IP address.
public PutDedicatedIpWarmupAttributesRequest withWarmupPercentage(Integer warmupPercentage)
The warm-up percentage that you want to associate with the dedicated IP address.
warmupPercentage
- The warm-up percentage that you want to associate with the dedicated IP address.public String toString()
toString
in class Object
Object.toString()
public PutDedicatedIpWarmupAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()