Class UpdateStreamingDistributionResult
java.lang.Object
com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionResult
- All Implemented Interfaces:
Serializable, Cloneable
The returned result of the corresponding request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetETag()The current version of the configuration.The streaming distribution's information.inthashCode()voidThe current version of the configuration.voidsetStreamingDistribution(StreamingDistribution streamingDistribution) The streaming distribution's information.toString()Returns a string representation of this object; useful for testing and debugging.The current version of the configuration.withStreamingDistribution(StreamingDistribution streamingDistribution) The streaming distribution's information.
-
Constructor Details
-
UpdateStreamingDistributionResult
public UpdateStreamingDistributionResult()
-
-
Method Details
-
setStreamingDistribution
The streaming distribution's information.- Parameters:
streamingDistribution- The streaming distribution's information.
-
getStreamingDistribution
The streaming distribution's information.- Returns:
- The streaming distribution's information.
-
withStreamingDistribution
public UpdateStreamingDistributionResult withStreamingDistribution(StreamingDistribution streamingDistribution) The streaming distribution's information.- Parameters:
streamingDistribution- The streaming distribution's information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setETag
The current version of the configuration. For example: E2QWRUHAPOMQZL.- Parameters:
eTag- The current version of the configuration. For example: E2QWRUHAPOMQZL.
-
getETag
The current version of the configuration. For example: E2QWRUHAPOMQZL.- Returns:
- The current version of the configuration. For example: E2QWRUHAPOMQZL.
-
withETag
The current version of the configuration. For example: E2QWRUHAPOMQZL.- Parameters:
eTag- The current version of the configuration. For example: E2QWRUHAPOMQZL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-