@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OpsCenterIntegrationConfig extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
OpsCenterIntegrationConfig() |
Modifier and Type | Method and Description |
---|---|
OpsCenterIntegrationConfig |
clone() |
boolean |
equals(Object obj) |
String |
getOptInStatus() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOptInStatus(String optInStatus) |
String |
toString()
Returns a string representation of this object.
|
OpsCenterIntegrationConfig |
withOptInStatus(OptInStatus optInStatus) |
OpsCenterIntegrationConfig |
withOptInStatus(String optInStatus) |
public void setOptInStatus(String optInStatus)
optInStatus
- OptInStatus
public String getOptInStatus()
OptInStatus
public OpsCenterIntegrationConfig withOptInStatus(String optInStatus)
optInStatus
- OptInStatus
public OpsCenterIntegrationConfig withOptInStatus(OptInStatus optInStatus)
optInStatus
- OptInStatus
public String toString()
toString
in class Object
Object.toString()
public OpsCenterIntegrationConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.