@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProgressUpdateStreamSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary of the AWS resource used for access control that is implicitly linked to your AWS account.
Constructor and Description |
---|
ProgressUpdateStreamSummary() |
Modifier and Type | Method and Description |
---|---|
ProgressUpdateStreamSummary |
clone() |
boolean |
equals(Object obj) |
String |
getProgressUpdateStreamName()
The name of the ProgressUpdateStream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setProgressUpdateStreamName(String progressUpdateStreamName)
The name of the ProgressUpdateStream.
|
String |
toString()
Returns a string representation of this object.
|
ProgressUpdateStreamSummary |
withProgressUpdateStreamName(String progressUpdateStreamName)
The name of the ProgressUpdateStream.
|
public void setProgressUpdateStreamName(String progressUpdateStreamName)
The name of the ProgressUpdateStream. Do not store personal data in this field.
progressUpdateStreamName
- The name of the ProgressUpdateStream. Do not store personal data in this field.public String getProgressUpdateStreamName()
The name of the ProgressUpdateStream. Do not store personal data in this field.
public ProgressUpdateStreamSummary withProgressUpdateStreamName(String progressUpdateStreamName)
The name of the ProgressUpdateStream. Do not store personal data in this field.
progressUpdateStreamName
- The name of the ProgressUpdateStream. Do not store personal data in this field.public String toString()
toString
in class Object
Object.toString()
public ProgressUpdateStreamSummary 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.