@Generated(value="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.
Modifier and Type | Class and Description |
---|---|
static interface |
SalesforceAction.Builder |
Modifier and Type | Method and Description |
---|---|
static SalesforceAction.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SalesforceAction.Builder> |
serializableBuilderClass() |
SalesforceAction.Builder |
toBuilder() |
String |
token()
The token used to authenticate access to the Salesforce IoT Cloud Input Stream.
|
String |
toString()
Returns a string representation of this object.
|
String |
url()
The URL exposed by the Salesforce IoT Cloud Input Stream.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
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.
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.
public SalesforceAction.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<SalesforceAction.Builder,SalesforceAction>
public static SalesforceAction.Builder builder()
public static Class<? extends SalesforceAction.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.