Class SalesforceAction
- java.lang.Object
-
- software.amazon.awssdk.services.iot.model.SalesforceAction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SalesforceAction.Builder,SalesforceAction>
@Generated("software.amazon.awssdk:codegen") public final class SalesforceAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SalesforceAction.Builder,SalesforceAction>
Describes an action to write a message to a Salesforce IoT Cloud Input Stream.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSalesforceAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SalesforceAction.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends SalesforceAction.Builder>serializableBuilderClass()SalesforceAction.BuildertoBuilder()Stringtoken()The token used to authenticate access to the Salesforce IoT Cloud Input Stream.StringtoString()Returns a string representation of this object.Stringurl()The URL exposed by the Salesforce IoT Cloud Input Stream.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
token
public final String token()
The token used to authenticate access to the Salesforce IoT Cloud Input Stream. The token is available from the Salesforce IoT Cloud platform after creation of the Input Stream.
- Returns:
- The token used to authenticate access to the Salesforce IoT Cloud Input Stream. The token is available from the Salesforce IoT Cloud platform after creation of the Input Stream.
-
url
public final String url()
The URL exposed by the Salesforce IoT Cloud Input Stream. The URL is available from the Salesforce IoT Cloud platform after creation of the Input Stream.
- Returns:
- The URL exposed by the Salesforce IoT Cloud Input Stream. The URL is available from the Salesforce IoT Cloud platform after creation of the Input Stream.
-
toBuilder
public SalesforceAction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SalesforceAction.Builder,SalesforceAction>
-
builder
public static SalesforceAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends SalesforceAction.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-