@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRegistryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeRegistryResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRegistryResult |
clone() |
boolean |
equals(Object obj) |
String |
getRegistryId()
The registry ID associated with the request.
|
ReplicationConfiguration |
getReplicationConfiguration()
The replication configuration for the registry.
|
int |
hashCode() |
void |
setRegistryId(String registryId)
The registry ID associated with the request.
|
void |
setReplicationConfiguration(ReplicationConfiguration replicationConfiguration)
The replication configuration for the registry.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRegistryResult |
withRegistryId(String registryId)
The registry ID associated with the request.
|
DescribeRegistryResult |
withReplicationConfiguration(ReplicationConfiguration replicationConfiguration)
The replication configuration for the registry.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRegistryId(String registryId)
The registry ID associated with the request.
registryId
- The registry ID associated with the request.public String getRegistryId()
The registry ID associated with the request.
public DescribeRegistryResult withRegistryId(String registryId)
The registry ID associated with the request.
registryId
- The registry ID associated with the request.public void setReplicationConfiguration(ReplicationConfiguration replicationConfiguration)
The replication configuration for the registry.
replicationConfiguration
- The replication configuration for the registry.public ReplicationConfiguration getReplicationConfiguration()
The replication configuration for the registry.
public DescribeRegistryResult withReplicationConfiguration(ReplicationConfiguration replicationConfiguration)
The replication configuration for the registry.
replicationConfiguration
- The replication configuration for the registry.public String toString()
toString
in class Object
Object.toString()
public DescribeRegistryResult clone()