Amazon.S3.Model.Internal.MarshallTransformations.PutACLResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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