@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IngestEndpoint extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
IngestEndpoint() |
Modifier and Type | Method and Description |
---|---|
IngestEndpoint |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The system generated unique identifier for the IngestEndpoint
|
String |
getPassword()
The system generated password for ingest authentication.
|
String |
getUrl()
The ingest URL to which the source stream should be sent.
|
String |
getUsername()
The system generated username for ingest authentication.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId(String id)
The system generated unique identifier for the IngestEndpoint
|
void |
setPassword(String password)
The system generated password for ingest authentication.
|
void |
setUrl(String url)
The ingest URL to which the source stream should be sent.
|
void |
setUsername(String username)
The system generated username for ingest authentication.
|
String |
toString()
Returns a string representation of this object.
|
IngestEndpoint |
withId(String id)
The system generated unique identifier for the IngestEndpoint
|
IngestEndpoint |
withPassword(String password)
The system generated password for ingest authentication.
|
IngestEndpoint |
withUrl(String url)
The ingest URL to which the source stream should be sent.
|
IngestEndpoint |
withUsername(String username)
The system generated username for ingest authentication.
|
public void setId(String id)
id
- The system generated unique identifier for the IngestEndpointpublic String getId()
public IngestEndpoint withId(String id)
id
- The system generated unique identifier for the IngestEndpointpublic void setPassword(String password)
password
- The system generated password for ingest authentication.public String getPassword()
public IngestEndpoint withPassword(String password)
password
- The system generated password for ingest authentication.public void setUrl(String url)
url
- The ingest URL to which the source stream should be sent.public String getUrl()
public IngestEndpoint withUrl(String url)
url
- The ingest URL to which the source stream should be sent.public void setUsername(String username)
username
- The system generated username for ingest authentication.public String getUsername()
public IngestEndpoint withUsername(String username)
username
- The system generated username for ingest authentication.public String toString()
toString
in class Object
Object.toString()
public IngestEndpoint 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.