Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudfront.model
Class UpdateDistributionRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.cloudfront.model.UpdateDistributionRequest
All Implemented Interfaces:
Serializable

public class UpdateDistributionRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the UpdateDistribution operation.

Update a distribution.

See Also:
AmazonCloudFront.updateDistribution(UpdateDistributionRequest), Serialized Form

Constructor Summary
UpdateDistributionRequest()
          Default constructor for a new UpdateDistributionRequest object.
UpdateDistributionRequest(DistributionConfig distributionConfig, String id, String ifMatch)
          Constructs a new UpdateDistributionRequest object.
 
Method Summary
 boolean equals(Object obj)
           
 DistributionConfig getDistributionConfig()
          The distribution's configuration information.
 String getId()
          The distribution's id.
 String getIfMatch()
          The value of the ETag header you received when retrieving the distribution's configuration.
 int hashCode()
           
 void setDistributionConfig(DistributionConfig distributionConfig)
          The distribution's configuration information.
 void setId(String id)
          The distribution's id.
 void setIfMatch(String ifMatch)
          The value of the ETag header you received when retrieving the distribution's configuration.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 UpdateDistributionRequest withDistributionConfig(DistributionConfig distributionConfig)
          The distribution's configuration information.
 UpdateDistributionRequest withId(String id)
          The distribution's id.
 UpdateDistributionRequest withIfMatch(String ifMatch)
          The value of the ETag header you received when retrieving the distribution's configuration.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateDistributionRequest

public UpdateDistributionRequest()
Default constructor for a new UpdateDistributionRequest object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.


UpdateDistributionRequest

public UpdateDistributionRequest(DistributionConfig distributionConfig,
                                 String id,
                                 String ifMatch)
Constructs a new UpdateDistributionRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.

Parameters:
distributionConfig - The distribution's configuration information.
id - The distribution's id.
ifMatch - The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.
Method Detail

getDistributionConfig

public DistributionConfig getDistributionConfig()
The distribution's configuration information.

Returns:
The distribution's configuration information.

setDistributionConfig

public void setDistributionConfig(DistributionConfig distributionConfig)
The distribution's configuration information.

Parameters:
distributionConfig - The distribution's configuration information.

withDistributionConfig

public UpdateDistributionRequest withDistributionConfig(DistributionConfig distributionConfig)
The distribution's configuration information.

Returns a reference to this object so that method calls can be chained together.

Parameters:
distributionConfig - The distribution's configuration information.
Returns:
A reference to this updated object so that method calls can be chained together.

getId

public String getId()
The distribution's id.

Returns:
The distribution's id.

setId

public void setId(String id)
The distribution's id.

Parameters:
id - The distribution's id.

withId

public UpdateDistributionRequest withId(String id)
The distribution's id.

Returns a reference to this object so that method calls can be chained together.

Parameters:
id - The distribution's id.
Returns:
A reference to this updated object so that method calls can be chained together.

getIfMatch

public String getIfMatch()
The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

Returns:
The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

setIfMatch

public void setIfMatch(String ifMatch)
The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

Parameters:
ifMatch - The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

withIfMatch

public UpdateDistributionRequest withIfMatch(String ifMatch)
The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.

Returns a reference to this object so that method calls can be chained together.

Parameters:
ifMatch - The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.