Amazon.AutoScaling.Model.Internal.MarshallTransformations.PutScheduledUpdateGroupActionResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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