Amazon.SimpleNotificationService.Model.Internal.MarshallTransformations.CreatePlatformEndpointResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : CreatePlatformEndpointResponseUnmarshaller
return CreatePlatformEndpointResponseUnmarshaller
        public static CreatePlatformEndpointResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new CreatePlatformEndpointResponseUnmarshaller();
            }
            return instance;
        }