@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EndpointSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides summary information for an endpoint.
Constructor and Description |
---|
EndpointSummary() |
Modifier and Type | Method and Description |
---|---|
EndpointSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
A timestamp that shows when the endpoint was created.
|
String |
getEndpointArn()
The Amazon Resource Name (ARN) of the endpoint.
|
String |
getEndpointName()
The name of the endpoint.
|
String |
getEndpointStatus()
The status of the endpoint.
|
Date |
getLastModifiedTime()
A timestamp that shows when the endpoint was last modified.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
A timestamp that shows when the endpoint was created.
|
void |
setEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
|
void |
setEndpointName(String endpointName)
The name of the endpoint.
|
void |
setEndpointStatus(String endpointStatus)
The status of the endpoint.
|
void |
setLastModifiedTime(Date lastModifiedTime)
A timestamp that shows when the endpoint was last modified.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
EndpointSummary |
withCreationTime(Date creationTime)
A timestamp that shows when the endpoint was created.
|
EndpointSummary |
withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
|
EndpointSummary |
withEndpointName(String endpointName)
The name of the endpoint.
|
EndpointSummary |
withEndpointStatus(EndpointStatus endpointStatus)
The status of the endpoint.
|
EndpointSummary |
withEndpointStatus(String endpointStatus)
The status of the endpoint.
|
EndpointSummary |
withLastModifiedTime(Date lastModifiedTime)
A timestamp that shows when the endpoint was last modified.
|
public void setEndpointName(String endpointName)
The name of the endpoint.
endpointName
- The name of the endpoint.public String getEndpointName()
The name of the endpoint.
public EndpointSummary withEndpointName(String endpointName)
The name of the endpoint.
endpointName
- The name of the endpoint.public void setEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
endpointArn
- The Amazon Resource Name (ARN) of the endpoint.public String getEndpointArn()
The Amazon Resource Name (ARN) of the endpoint.
public EndpointSummary withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
endpointArn
- The Amazon Resource Name (ARN) of the endpoint.public void setCreationTime(Date creationTime)
A timestamp that shows when the endpoint was created.
creationTime
- A timestamp that shows when the endpoint was created.public Date getCreationTime()
A timestamp that shows when the endpoint was created.
public EndpointSummary withCreationTime(Date creationTime)
A timestamp that shows when the endpoint was created.
creationTime
- A timestamp that shows when the endpoint was created.public void setLastModifiedTime(Date lastModifiedTime)
A timestamp that shows when the endpoint was last modified.
lastModifiedTime
- A timestamp that shows when the endpoint was last modified.public Date getLastModifiedTime()
A timestamp that shows when the endpoint was last modified.
public EndpointSummary withLastModifiedTime(Date lastModifiedTime)
A timestamp that shows when the endpoint was last modified.
lastModifiedTime
- A timestamp that shows when the endpoint was last modified.public void setEndpointStatus(String endpointStatus)
The status of the endpoint.
endpointStatus
- The status of the endpoint.EndpointStatus
public String getEndpointStatus()
The status of the endpoint.
EndpointStatus
public EndpointSummary withEndpointStatus(String endpointStatus)
The status of the endpoint.
endpointStatus
- The status of the endpoint.EndpointStatus
public EndpointSummary withEndpointStatus(EndpointStatus endpointStatus)
The status of the endpoint.
endpointStatus
- The status of the endpoint.EndpointStatus
public String toString()
toString
in class Object
Object.toString()
public EndpointSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.