Amazon.OpsWorks.Model.Internal.MarshallTransformations.CreateUserProfileResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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